home *** CD-ROM | disk | FTP | other *** search
- /*
- File: FWiXExpert.h
-
- Contains: Definitions for FireWire File Exchange Expert.
-
- Written by: Jay Lloyd
-
- Copyright: © 1996-1999 by Apple Computer, Inc., all rights reserved.
-
- Writers:
-
- (jkl) Jay Lloyd
- (JL) Jay Lloyd
-
- Change History (most recent first):
-
- <FW3> 4/8/99 jkl Converted to use GDF services.
- <FW2> 2/10/97 JL Added IOCompletion routine definition.
- <FWiX1> 10/2/96 JKL initial check-in, copied from avt family
-
- */
-
- #ifndef __FWIXEXPERT__
- #define __FWIXEXPERT__
-
- OSStatus FWXDeviceNotificationHandler(GDFDeviceEventDataPtr pGDFDeviceEventData);
-
- typedef void (FWXIOCompletionProc) (ParmBlkPtr pParamBlock);
- typedef FWXIOCompletionProc *FWXIOCompletionProcPtr;
-
-
- #endif /* __FWIXEXPERT__ */
-